home *** CD-ROM | disk | FTP | other *** search
/ Programming in Microsoft Windows with C# / Programacion en Microsoft Windows con C#.iso / Original Code / Pages and Transforms / TryOneInchEllipse / TryOneInchEllipse.csproj < prev   
Encoding:
Text File  |  2001-01-15  |  3.3 KB  |  91 lines

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.0.9304"
  5.         SchemaVersion = "1.0"
  6.     >
  7.         <Build>
  8.             <Settings
  9.                 ApplicationIcon = ""
  10.                 AssemblyKeyContainerName = ""
  11.                 AssemblyName = "TryOneInchEllipse"
  12.                 AssemblyOriginatorKeyFile = ""
  13.                 DefaultClientScript = "JScript"
  14.                 DefaultHTMLPageLayout = "Grid"
  15.                 DefaultTargetSchema = "IE50"
  16.                 DelaySign = "false"
  17.                 OutputType = "Exe"
  18.                 RootNamespace = "TryOneInchEllipse"
  19.                 StartupObject = "TryOneInchEllipse"
  20.             >
  21.                 <Config
  22.                     Name = "Debug"
  23.                     AllowUnsafeBlocks = "false"
  24.                     BaseAddress = "0"
  25.                     CheckForOverflowUnderflow = "false"
  26.                     ConfigurationOverrideFile = ""
  27.                     DefineConstants = "DEBUG;TRACE"
  28.                     DocumentationFile = ""
  29.                     DebugSymbols = "true"
  30.                     FileAlignment = "4096"
  31.                     IncrementalBuild = "false"
  32.                     Optimize = "false"
  33.                     OutputPath = "bin\Debug\"
  34.                     RegisterForComInterop = "false"
  35.                     RemoveIntegerChecks = "false"
  36.                     TreatWarningsAsErrors = "false"
  37.                     WarningLevel = "4"
  38.                 />
  39.                 <Config
  40.                     Name = "Release"
  41.                     AllowUnsafeBlocks = "false"
  42.                     BaseAddress = "0"
  43.                     CheckForOverflowUnderflow = "false"
  44.                     ConfigurationOverrideFile = ""
  45.                     DefineConstants = "TRACE"
  46.                     DocumentationFile = ""
  47.                     DebugSymbols = "false"
  48.                     FileAlignment = "4096"
  49.                     IncrementalBuild = "false"
  50.                     Optimize = "true"
  51.                     OutputPath = "bin\Release\"
  52.                     RegisterForComInterop = "false"
  53.                     RemoveIntegerChecks = "false"
  54.                     TreatWarningsAsErrors = "false"
  55.                     WarningLevel = "4"
  56.                 />
  57.             </Settings>
  58.             <References>
  59.                 <Reference
  60.                     Name = "System"
  61.                     AssemblyName = "System"
  62.                 />
  63.                 <Reference
  64.                     Name = "System.Drawing"
  65.                     AssemblyName = "System.Drawing"
  66.                 />
  67.                 <Reference
  68.                     Name = "System.Windows.Forms"
  69.                     AssemblyName = "System.Windows.Forms"
  70.                 />
  71.             </References>
  72.         </Build>
  73.         <Files>
  74.             <Include>
  75.                 <File
  76.                     RelPath = "PrintableForm.cs"
  77.                     Link = "..\..\lines curves and area fills\printableform\PrintableForm.cs"
  78.                     SubType = "Form"
  79.                     BuildAction = "Compile"
  80.                 />
  81.                 <File
  82.                     RelPath = "TryOneInchEllipse.cs"
  83.                     SubType = "Code"
  84.                     BuildAction = "Compile"
  85.                 />
  86.             </Include>
  87.         </Files>
  88.     </CSHARP>
  89. </VisualStudioProject>
  90.  
  91.